Adwaita: Fix a few typos in README
authorKalev Lember <klember@redhat.com>
Sun, 30 Aug 2015 19:12:35 +0000 (21:12 +0200)
committerKalev Lember <klember@redhat.com>
Sun, 30 Aug 2015 19:12:35 +0000 (21:12 +0200)
gtk/theme/Adwaita/README

index 15b1b54245367653153f248cdc5a42ce8fdcb328..b5a397e22b5099e8f996173093c6bbe9a17d7c75 100644 (file)
@@ -2,15 +2,15 @@ Summary
 -------
 
 * Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run 
-  `/.parse-sass.sh` when you have the required sofwtare installed, as described below)
-* To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle. 
+  `./parse-sass.sh` when you have the required software installed, as described below)
+* To be able to use the latest/adequate version of sass, install ruby, gem, sass & bundle.
   On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install`
   from the same directory this README resides in.
 
 How to tweak the theme
 ----------------------
 
-Adwaita is a complex themes, so to keep it maintainable it's written and processed in SASS, the
+Adwaita is a complex theme, so to keep it maintainable it's written and processed in SASS. The
 generated CSS is then transformed into a gresource file during gtk build and used at runtime in a 
 non-legible or editable form.